adTempus API
PreviousUpNext
IExecutionHistoryStep::StepDescription Property

Gets the description of the step with which this item is associated.

C++
__property BSTR* StepDescription;
C#
BSTR* StepDescription;
Visual Basic
Property StepDescription() As BSTR*

The StepDescription is the description of the step obtained by calling the step's GetDescription method (the description that is shown in the user interface) at the time the step was executed. This property will always give you the description of the step as it was when it was executed, even if the step has subsequently been modified.

adTempus API Reference version 3.0.0.0, revised 10/30/2008